Skip to main content

printRotated

Type

property

Summary

Specifies whether LiveCode prints in landscape mode or portrait mode. Deprecated.

Syntax

set the printRotated to {true | false}

Description

The printRotated property is deprecated as of LiveCode 2.9. Setting the printRotated to true is equivalent to setting the printPaperOrientation to "landscape". New applications should use printPaperOrientation in preference to printRotated.

The printRotated property was used to print wide pages.

If the printRotated property is set to false, printing is done in portrait mode--the short sides of the paper are the top and bottom of the printed page.

If the printRotated is true, the direction of the printed output is rotated 90 degrees, so the long sides of the paper are the top and bottom.

Examples

set the printRotated to true

command: answer page setup, answer printer

glossary: property, portrait, degree, landscape

property: printRowsFirst, printScale

Compatibility and Support

Introduced

LiveCode 1.0

OS

ios

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?